home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Shareware World
/
Maths & Science
/
PowerCalc.sea
/
PowerCalc
/
PowerCalc.rsrc
/
STR#_135.txt
< prev
next >
Wrap
Text File
|
1999-10-17
|
587b
|
25 lines
Greater Than Or Equal To
Returns true (1) if the first value is greater than or equal to the second, false (0) if not.
Less Than Or Equal To
Returns true (1) if the first value is less than or equal to the second, false (0) if not.
Greater Than
Returns true (1) if the first value is greater than the second, false (0) if not.
Less Than
Returns true (1) if the first value is less than the second, false (0) if not.
Not Equal
Returns true (1) if the two values are not equal, false (0) if they are equal.
Equal
Returns true (1) if the two values are equal, false (0) if not.